| Fully Qualified Name: | CodeIgniter\Database\SQLite3\Forge |
| Extends: | Forge |
Forge for SQLite3
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor. | Forge |
| createDatabase() | Create database | Forge |
| dropDatabase() | Drop database | Forge |
| dropForeignKey() | Foreign Key Drop | Forge |
Constructor.
| Parameter Name | Type | Description |
|---|---|---|
| $db | ||
| $db |
Returns:
Create database
| Parameter Name | Type | Description |
|---|---|---|
| $dbName | string | |
| $ifNotExists | bool | Whether |
Returns: bool
Drop database
| Parameter Name | Type | Description |
|---|---|---|
| $dbName | string |
Returns: bool
Foreign Key Drop
| Parameter Name | Type | Description |
|---|---|---|
| $table | string | Table |
| $foreignName | string | Foreign |
Returns: bool